Welcome![Sign In][Sign Up]
Location:
Search - excel ODBC

Search list

[DocumentsODBC直接读、写Excel表格文件

Description: 想要通过ODBC直接读、写Excel表格文件,首先,应确保ODBC中已安装有Excel表格文件的驱动"MICROSOFT EXCEL DRIVER (*.XLS)"。然后,可根据下面步骤进行: 1. 在StdAfx.h文件中加入: #include #include 2. 通过ODBC直接创建Excel文件(暂定文件名:Demo.xls) //创建并写入Excel文件 void CRWExcel::WriteToExcel() { CDatabase database; CString sDriver = "MICROSOFT EXCEL DRIVER (*.XLS)"; // Excel安装驱动 CString sExcelFile = "c:\\demo.xls"; // 要建立的Excel文件 CString sSql;
Platform: | Size: 2926 | Author: lijie189 | Hits:

[ADO-ODBC18-15-1.demo

Description: 使用ODBC读取Excel文件中数据 -Using ODBC read data in Excel
Platform: | Size: 20480 | Author: 站长 | Hits:

[Database system直接通过ODBC读写Excel表格文件

Description: 直接通过ODBC读写Excel表格文件-directly through ODBC read and write Excel document
Platform: | Size: 2284544 | Author: 刘言 | Hits:

[Documents直接通过ODBC读、写Excel表格文件

Description: 直接通过ODBC读、写Excel表格文件.zip-directly through ODBC reading and writing Excel documents. Zip
Platform: | Size: 94208 | Author: 海天一燕 | Hits:

[ADO-ODBCDataGrid导出Excel范例MikeCat_Excel

Description: DataGrid导出Excel范例-Excel examples derived DataGrid
Platform: | Size: 3072 | Author: 冯国昱 | Hits:

[ADO-ODBCExcel编程

Description: 采用ODBC技术,利用VC++对XLS文件的结构和记录内容进行了读取,并按一定的格式显示在窗口程序的列表控件内-using ODBC technology, VC right XLS documents on the structure and content of the record to read, with a certain format in the list window control procedures within
Platform: | Size: 41984 | Author: 周孝良 | Hits:

[ADO-ODBCrwxls

Description: 用数据库读写方法,在VC中对EXCEL文件进行读写操作,包括DAO,ODBC等-database used to read and write, in the VC to Excel documents and write, including the DAO, ODBC, etc.
Platform: | Size: 63488 | Author: 任静 | Hits:

[Other Databases采用odbc直接读写excel的代码

Description: 使用odbc实现对excel数据表格的存取,没有压缩密码-using odbc to excel to achieve data access forms, no compression Password
Platform: | Size: 19456 | Author: 程亮 | Hits:

[ADO-ODBCData2Excel

Description: 数据快速导入到excel,速度特别快,比用odbc快100倍-rapid data import into excel, speed faster than 100 times faster odbc
Platform: | Size: 306176 | Author: my2006 | Hits:

[File OperateoneOdbcExcel

Description: 你需要生成一个用excel处理的报表吗? 是的,这个程序就是完成这一功能,生成的excel文件报表,当然可以用微软的excel打开,这样你的程序是不是会更能让人接受呢?-you need to generate an excel with the statements? Yes, this procedure is to complete this function, generating excel paper statements, of course, you can use Microsoft s Excel is opened, this is the procedure you will be more than acceptable to people?
Platform: | Size: 44032 | Author: 梦小伙 | Hits:

[Other DatabasesODBCRWExcel

Description: 徐景周老师编写的VC操作Excel表格的源码,我测试过,很好用,而且界面也漂亮!-Xu Zhou VC teachers prepared to operate the source Excel spreadsheet, I ve tested, very good use, but the interface is also beautiful!
Platform: | Size: 87040 | Author: 万鹏 | Hits:

[File OperateReadWriteExcel

Description: 用vc++写的,通过ODBC来读写Excel文件。-vc used to write, to read and write through ODBC Excel file.
Platform: | Size: 38912 | Author: huajl | Hits:

[Other Databasesstudentsscore(ODBC)

Description: VC源代码 一个简单的学生成绩管理软件(ODBC开发),实现了班级成绩、年级成绩的增、删、改、查,以及总成绩、平均成绩、及格人数、优秀人数的统计分析-VC source code a simple student performance management software (ODBC development), achieved a class achievements, the results by grade, delete, change, the investigation, and the total score, the average scores, the number of passes, the number of outstanding statistical analysis
Platform: | Size: 109568 | Author: 杨波 | Hits:

[Windows Developvcreadexcel

Description: visual c++通过odbc读取excel表格数据的程序.-visual c read through odbc excel spreadsheet data procedures.
Platform: | Size: 43008 | Author: | Hits:

[ADO-ODBCExcel_READ_OR_WRITE

Description: 使用VC++6.0实现ODBC方式读写EXCEL文档-use VC 6.0 ODBC read and write Excel files way
Platform: | Size: 31744 | Author: wenwen | Hits:

[ADO-ODBCOdbcExcel

Description: 一个数据库的实用实例,通用ODBC操作Excel数据库,非常简单有效的方法,我自己常用这种方法处理和保存数据。-A database of practical examples, generic ODBC operation Excel database, very simple and effective method, I have used this method of data treatment and preservation.
Platform: | Size: 37888 | Author: 安帝 | Hits:

[File Operatevc6165354388255

Description: VC6 use through ODBC access DB with EXCEL file. -VC6 use through ODBC access DB with EXCEL file.
Platform: | Size: 1906688 | Author: Mike Wu | Hits:

[Other DatabasesRWExcel

Description: 使用visual c+++直接读写excel表格,基于odbc的方法,是学习数据库编程的一个不错源码 -The use of visual c+++ Directly read and write excel form odbc-based approach, is to learn database programming a good source
Platform: | Size: 143360 | Author: 李伟 | Hits:

[VC/MFCEXCEL

Description: 用VC读取EXCEL中的数据 通过ODBC直接创建Excel文件并在表中插入数据(暂定文件名:Demo.xls) //创建并写入Excel文件-EXCEL using VC read data directly through ODBC to create Excel file and insert data in the table (tentative file name: Demo.xls)// create and write Excel files
Platform: | Size: 2048 | Author: 小张 | Hits:

[Booksvc-odbc-excel

Description: vc通过ODBC来操作excel的文章及其源码,也是在论坛上找到的,大家参考下,好像有点问题@-vc via ODBC to manipulate the excelarticle and its source, is also found in the forum, we refer to it, which still has a problem
Platform: | Size: 326656 | Author: jxwhut | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net